home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / sspeare.dxr / 00045.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  179 b   |  11 lines

  1. on mouseUp
  2.   global gcount, counter2
  3.   if gcount = 1 then
  4.     set counter2 to counter2
  5.   else
  6.     set counter2 to counter2 + 1
  7.     startTimer()
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.